Welcome![Sign In][Sign Up]
Location:
Search - http get

Search list

[Internet-Networkpost

Description: C++ 用HTTP的GET方式向网站发送数据-C++ with the HTTP GET method to send data to the site
Platform: | Size: 7168 | Author: sunkai | Hits:

[Internet-NetworkHttpDemo.xcodeproj

Description: HTTP 的一个具体的程序,关于上传文件得到结果-HTTP to a specific program, get the results on the upload files
Platform: | Size: 21504 | Author: lanfeng | Hits:

[Web ServerCSharp_Simulation_IIS_SeverGET_POST

Description: 建于: 2010-12-12 作者: kevery / 香門 QQ:214958266 目的: 模拟IIS服务器 当前: 测试模块效果 测试环境:Visual Studio 2005 C# .NET Framework 2.0 windows 7 用途: 建立简单C/B/S模式转输数据. 优点: 采用HTTP方式(方式:POST GET) ,简单,实用. GET方式时,访问未指明的文件名时,默认访问:index.html文件,即默认主页-Built in: 2010-12-12 On: kevery/Hong door QQ: 214958266 AIM: To simulate the current IIS server: test module effects test environment: Visual Studio 2005 C# . NET Framework 2.0 windows 7 uses: to create a simple C/B/S mode switch to transmission data. advantages: The HTTP method (method: POST GET), a simple and practical. GET mode, the access to the file name is not specified, the default access: index.html file, which is the default home page
Platform: | Size: 179200 | Author: 香门 | Hits:

[Windows DevelopFastDown1.1

Description: 使用前请首先注册,运行如下命令: regsvr32 GFastdownActiveXTrial.ocx 软件主页: www.gfastdown.com 文件说明: FastDownActiveX.zip ActiveX版 FastDownCB6.zip C++ Builder6 静态库 FastDownVC6.zip VC++ 6 静态库 FastDownVC7.zip VC++ 7 静态库 TestFastDown.zip 测试程序 TestFastDownSrcVC6.zip 测试程序源代码(VC版) TestFastDownSrcVB6.zip 测试程序源代码(VB版) FastDownHelp.zip 帮助文档 特点: 支持HTTP、FTP协议,支持HTTP CHUNKED编码,支持HTTP GET、POST方法,支持重定向、Cookie。 支持获取FTP目录内容。 支持断点续传,支持将文件分成多块同时下载,可任意指定分块数,下载速度快,CPU占用率低。 支持从多个地址下载同一个文件。 支持同步模式,异步模式。 支持SOCKS4,SOCKS5,HTTP1.1代理。 可提供C++静态库(VC6、VC7、VC8、C++ Builder),可提供ActiveX版本(支持C++ Builder、Delphi、VB、VC++、C#、VB.net、Delphi.net)。 全部代码不依赖于MFC,不依赖于WININET库,方便移植。 接口简单,灵活。 支持Win98,WinMe,Win2000, Windows XP,Windows 2003-软件主页: www.gfastdown.com 文件说明: FastDownActiveX.zip ActiveX版 FastDownCB6.zip C++ Builder6 静态库 FastDownVC6.zip VC++ 6 静态库 FastDownVC7.zip VC++ 7 静态库 TestFastDown.zip 测试程序 TestFastDownSrcVC6.zip 测试程序源代码(VC版) TestFastDownSrcVB6.zip 测试程序源代码(VB版) FastDownHelp.zip 帮助文档 特点: 支持HTTP、FTP协议,支持HTTP CHUNKED编码,支持HTTP GET、POST方法,支持重定向、Cookie。 支持获取FTP目录内容。 支持断点续传,支持将文件分成多块同时下载,可任意指定分块数,下载速度快,CPU占用率低。 支持从多个地址下载同一个文件。 支持同步模式,异步模式。 支持SOCKS4,SOCKS5,HTTP1.1代理。 可提供C++静态库(VC6、VC7、VC8、C++ Builder),可提供ActiveX版本(支持C++ Builder、Delphi、VB、VC++、C#、VB.net、Delphi.net)。 全部代码不依赖于MFC,不依赖于WININET库,方便移植。 接口简单,灵活。 支持Win98,WinMe,Win2000, Windows XP,Windows 2003
Platform: | Size: 3208192 | Author: shao youde | Hits:

[Internet-NetworkMyHTTPRequest

Description: HTTP发送请求,支持GET和POST,功能超强-HTTP request sent, support GET and POST, features super-
Platform: | Size: 52224 | Author: | Hits:

[Internet-NetworkHTTPdailifuwu

Description: http代理服务器源码,是从一本书的光盘里得到的,希望会对大家有帮助,拜托了,我需要一个代码-http proxy server source code, from CD-ROM in a book to get, which I think may be helpful, please, I need a code
Platform: | Size: 2178048 | Author: houhou | Hits:

[JSP/JavaJavaHttpClient

Description: 提供的主要的功能: 实现了所有 HTTP 的方法(GET,POST,PUT,HEAD 等) 支持自动转向 支持 HTTPS 协议 支持代理服务器等 -Provides main functions: to achieve all the HTTP methods (GET, POST, PUT, HEAD, etc.) to support automatic shifting in favor of HTTPS protocol support proxy servers, etc.
Platform: | Size: 6083584 | Author: 陈一 | Hits:

[Web ServerHTTPClient

Description: httpClient.it can send HTTP requert by get/post method.
Platform: | Size: 38912 | Author: a | Hits:

[Web ServerHTTPSERVER

Description: HTTP服务程序 实现get post方法 并有加密与签名-HTTP service program to achieve get post and have encryption and signatures
Platform: | Size: 79872 | Author: crystal | Hits:

[androidAndroidHttpConnect

Description: 这是android http操作的例子,通过get post方法来实现,以及线程操作-it is about android http protocol connect example, using thread and headler message to impletement
Platform: | Size: 29696 | Author: hsd352 | Hits:

[Proxy ServerhttpGet

Description: 可以向服务器发送HTTP-GET请求,包括对使用代理服务器的处理,代码VS上直接可以运行。-Can send-GET HTTP requests to server, including use a proxy server for the processing, code can be run directly on VS.
Platform: | Size: 139264 | Author: 王金水 | Hits:

[Internet-NetworkGenericHTTPClient

Description: 使用wininet封装的类,实现了HTTP协议的GET POST PUT报文,同时可以接收服务器的响应报文。提供了具体的使用例子。 -This class is used for HTTP REQUEST. It supports HTTP GET, HTTP POST and HTTP POST-MultiPartFormData
Platform: | Size: 7168 | Author: 王东东 | Hits:

[Internet-Networkget_ip_location

Description: 通过ip138.com查询IP及所在归属地,异步http Get方式获取,包含UTF-8编码转换.VC6源码。-get ip and location,vc6 source code.
Platform: | Size: 108544 | Author: nala | Hits:

[ISAPI-IEsocket-to--HTTP-

Description: 用socket实现的http响应服务器和客户端,以及GET与POST实例。-Using socket to achieve the HTTP in response to the server and the client, as well as the GET and POST instance.
Platform: | Size: 5120 | Author: lin | Hits:

[Internet-Networkw

Description: a) 能发送HTTP的GET消息,从任何WEB服务器中获取指定WEB页面; b) 获取WEB页面后,能将页面保存为本地文件index.html; c) 能显示index.html文件源码 d) 能调用Linux系统中的Web浏览器(如mozilla)正确显示index.html页面。 -a) can send an HTTP GET message, WEB page from any Web server to obtain the specified b) access to the WEB page can page is saved as a local file index.html, c) shows the index.html file source d) can Linux system is called a Web browser (eg mozilla) the right to display the index.html page.
Platform: | Size: 2048 | Author: lqc | Hits:

[Internet-Networkhttpget

Description: 一个简单c程序,实现了http get的协议。可以当作一个抓包工具,对http的协议进行模拟。-A simple c program, http get protocol. Can be used as a capture tool, to simulate the http protocol.
Platform: | Size: 1024 | Author: 白玉 | Hits:

[JSP/Java15.Http

Description: Android 网络编程,关于http协议的传送与获取,包括直接获取,GET方式和POST方式-Android network programming on the http protocol to send and acquisition, including direct access to or, GET and POST
Platform: | Size: 174080 | Author: 何穗强 | Hits:

[Browser Clienthttp

Description: 一个很好的HTTP操作类, 支持GET,POS,HTTPS, 支持函数设置参数, 支持参数编码-A good class HTTP operations support GET, POS, HTTPS, support function to set the parameters, to support parameter encoding
Platform: | Size: 51200 | Author: zhp21 | Hits:

[Software Engineeringvb

Description: 每个DDOS攻击器cc攻击(包括:HTTP GET 无限cc 变异cc 变参cc 常规cc 网站Flow 穿透cc俗称模拟访问 破防模式 抓包 等任何cc)都有有攻击代码 把此代码的访问全部屏障或者转到错误页面可完全决绝cc攻击!-Attack code each DDOS attack cc attacks (including: HTTP GET unlimited cc variability cc variable parameter the conventional cc cc website Flow penetration cc commonly known as analog access breaking anti-mode packet capture any cc) has access to all of this code barrier or go to the error page can completely pull off cc attack!
Platform: | Size: 3072 | Author: chen | Hits:

[Sniffer Package capturetranslate.tar

Description: ruby脚本获取谷歌翻译结果,利用了http-get的方法,可以用于网站的自动翻译-ruby script for Google translation results using the http-get method can be used for the automatic translation of the site
Platform: | Size: 1024 | Author: 张恂 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 31 »

CodeBus www.codebus.net